-
Notifications
You must be signed in to change notification settings - Fork 80
PORTENTA_H7_M4: Remove M4 core from supported build options #310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Memory usage change @ 97e6472
Click for full report table
Click for full report CSV
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
…ule is not working on the M4
Memory usage change @ c31c2da
Click for full report table
Click for full report CSV
|
Codecov Report
@@ Coverage Diff @@
## master #310 +/- ##
=======================================
Coverage 94.87% 94.87%
=======================================
Files 27 27
Lines 1113 1113
=======================================
Hits 1056 1056
Misses 57 57 Continue to review full report at Codecov.
|
👋 @aentinger just to let you know that i've updated the PR and removed all M4 build options from the core and from the CI because at the moment the wifi module is not working on the M4 core. |
With the actual configuration of the library OTA is not enabled for PORTENTA_H7_M4:
ArduinoIoTCloud/src/AIoTC_Config.h
Lines 105 to 115 in 45d5672
so is it safe to not compile
portenta_h7_onOTARequest()
function for the M4 build.This is also a possible fix for the compile-examples failure of the last release caused by restricting the support of Arduino_Portenta_OTA only to the M7 core:
https://github.com/arduino-libraries/Arduino_Portenta_OTA/blob/0652134e737b67575e2d1c41cb9fac238922ebd0/src/Arduino_Portenta_OTA_Config.h#L27-L31